TinyLifeWeb/docs/api/TinyLife.Localization.yml

965 lines
32 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Localization
commentId: T:TinyLife.Localization
id: Localization
parent: TinyLife
children:
2023-03-30 18:07:55 +02:00
- TinyLife.Localization.Get(TinyLife.LnCategory,System.String)
2024-01-07 16:53:47 +01:00
- TinyLife.Localization.Get(TinyLife.LnCategory,System.String,System.Object[])
2021-08-04 06:51:12 +02:00
- TinyLife.Localization.GetKeys(TinyLife.LnCategory)
- TinyLife.Localization.LanguageNames
- TinyLife.Localization.Names
2022-12-20 14:00:15 +01:00
- TinyLife.Localization.Reload
2021-08-04 06:51:12 +02:00
- TinyLife.Localization.SetLanguage(System.String)
langs:
- csharp
- vb
name: Localization
nameWithType: Localization
fullName: TinyLife.Localization
type: Class
source:
remote:
path: TinyLife/Localization.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Localization
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Localization.cs
2023-10-11 16:05:32 +02:00
startLine: 23
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A class that houses the currently loaded language as well as allows for switching the currently selected language
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static class Localization
content.vb: Public Module Localization
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
- uid: TinyLife.Localization.LanguageNames
commentId: F:TinyLife.Localization.LanguageNames
id: LanguageNames
parent: TinyLife.Localization
langs:
- csharp
- vb
name: LanguageNames
nameWithType: Localization.LanguageNames
fullName: TinyLife.Localization.LanguageNames
type: Field
source:
remote:
path: TinyLife/Localization.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: LanguageNames
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Localization.cs
2023-10-11 16:05:32 +02:00
startLine: 28
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A list of the full names of all of the languages that the game supports
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static readonly Dictionary<string, string> LanguageNames
return:
type: System.Collections.Generic.Dictionary{System.String,System.String}
content.vb: Public Shared ReadOnly LanguageNames As Dictionary(Of String, String)
- uid: TinyLife.Localization.Names
commentId: F:TinyLife.Localization.Names
id: Names
parent: TinyLife.Localization
langs:
- csharp
- vb
name: Names
nameWithType: Localization.Names
fullName: TinyLife.Localization.Names
type: Field
source:
remote:
path: TinyLife/Localization.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Names
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Localization.cs
2023-07-20 14:27:20 +02:00
startLine: 32
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A dictionary that contains pre-defined names, used by all languages, for Tinies as well as other named objects, usually related to a <xref href="TinyLife.Goals.Project" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-01-07 16:53:47 +01:00
content: public static readonly Dictionary<NameCategory, List<string>> Names
2021-08-04 06:51:12 +02:00
return:
2024-01-07 16:53:47 +01:00
type: System.Collections.Generic.Dictionary{TinyLife.NameCategory,System.Collections.Generic.List{System.String}}
content.vb: Public Shared ReadOnly Names As Dictionary(Of NameCategory, List(Of String))
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Localization.SetLanguage(System.String)
commentId: M:TinyLife.Localization.SetLanguage(System.String)
id: SetLanguage(System.String)
parent: TinyLife.Localization
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: SetLanguage(string)
nameWithType: Localization.SetLanguage(string)
fullName: TinyLife.Localization.SetLanguage(string)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Localization.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: SetLanguage
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Localization.cs
2023-07-20 14:27:20 +02:00
startLine: 50
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: >-
Switches the current language to the language given.
Note that, for most ui elements to update, they have to be re-created.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static void SetLanguage(string language)
parameters:
- id: language
type: System.String
description: The code of the language to set
content.vb: Public Shared Sub SetLanguage(language As String)
overload: TinyLife.Localization.SetLanguage*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Localization.SetLanguage(String)
fullName.vb: TinyLife.Localization.SetLanguage(String)
name.vb: SetLanguage(String)
2022-12-20 14:00:15 +01:00
- uid: TinyLife.Localization.Reload
commentId: M:TinyLife.Localization.Reload
id: Reload
parent: TinyLife.Localization
langs:
- csharp
- vb
name: Reload()
nameWithType: Localization.Reload()
fullName: TinyLife.Localization.Reload()
type: Method
source:
remote:
path: TinyLife/Localization.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-12-20 14:00:15 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reload
path: ../TinyLife/Localization.cs
2023-07-20 14:27:20 +02:00
startLine: 61
2022-12-20 14:00:15 +01:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: >-
Reloads the strings for the current language (<xref href="TinyLife.Localization.SetLanguage(System.String)" data-throw-if-not-resolved="false"></xref>) for the base game and all mods.
Note that, for most ui elements to update, they have to be re-created.
2022-12-20 14:00:15 +01:00
example: []
syntax:
content: public static void Reload()
2023-03-30 18:07:55 +02:00
content.vb: Public Shared Sub Reload()
2022-12-20 14:00:15 +01:00
overload: TinyLife.Localization.Reload*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Localization.Get(TinyLife.LnCategory,System.String)
commentId: M:TinyLife.Localization.Get(TinyLife.LnCategory,System.String)
id: Get(TinyLife.LnCategory,System.String)
parent: TinyLife.Localization
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Get(LnCategory, string)
nameWithType: Localization.Get(LnCategory, string)
fullName: TinyLife.Localization.Get(TinyLife.LnCategory, string)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Localization.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Get
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Localization.cs
2023-07-20 14:27:20 +02:00
startLine: 86
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: >-
Gets a localized string in the given category with the given key.
If the localization is not found, the key, surrounded by question marks, is returned instead.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static string Get(LnCategory category, string key)
parameters:
- id: category
type: TinyLife.LnCategory
description: The category that contains the localization
- id: key
type: System.String
description: The key to localize
return:
type: System.String
description: The localization of the key
2023-03-30 18:07:55 +02:00
content.vb: Public Shared Function [Get](category As LnCategory, key As String) As String
2021-08-04 06:51:12 +02:00
overload: TinyLife.Localization.Get*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Localization.Get(LnCategory, String)
fullName.vb: TinyLife.Localization.Get(TinyLife.LnCategory, String)
name.vb: Get(LnCategory, String)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Localization.Get(TinyLife.LnCategory,System.String,System.Object[])
commentId: M:TinyLife.Localization.Get(TinyLife.LnCategory,System.String,System.Object[])
id: Get(TinyLife.LnCategory,System.String,System.Object[])
parent: TinyLife.Localization
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Get(LnCategory, string, params object[])
nameWithType: Localization.Get(LnCategory, string, params object[])
fullName: TinyLife.Localization.Get(TinyLife.LnCategory, string, params object[])
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Localization.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Get
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Localization.cs
2023-07-20 14:27:20 +02:00
startLine: 104
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: >-
Gets a localized string in the given category with the given key.
If the localization is not found, the key, surrounded by question marks, is returned instead.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static string Get(LnCategory category, string key, params object[] args)
parameters:
- id: category
type: TinyLife.LnCategory
description: The category that contains the localization
- id: key
type: System.String
description: The key to localize
- id: args
type: System.Object[]
description: An optional set of arguments that are passed to <xref href="System.String.Format(System.IFormatProvider%2cSystem.String%2cSystem.Object)" data-throw-if-not-resolved="false"></xref>
return:
type: System.String
description: The localization of the key
2023-03-30 18:07:55 +02:00
content.vb: Public Shared Function [Get](category As LnCategory, key As String, ParamArray args As Object()) As String
2021-08-04 06:51:12 +02:00
overload: TinyLife.Localization.Get*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Localization.Get(LnCategory, String, ParamArray Object())
fullName.vb: TinyLife.Localization.Get(TinyLife.LnCategory, String, ParamArray Object())
name.vb: Get(LnCategory, String, ParamArray Object())
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Localization.GetKeys(TinyLife.LnCategory)
commentId: M:TinyLife.Localization.GetKeys(TinyLife.LnCategory)
id: GetKeys(TinyLife.LnCategory)
parent: TinyLife.Localization
langs:
- csharp
- vb
name: GetKeys(LnCategory)
nameWithType: Localization.GetKeys(LnCategory)
fullName: TinyLife.Localization.GetKeys(TinyLife.LnCategory)
type: Method
source:
remote:
path: TinyLife/Localization.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetKeys
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Localization.cs
2023-07-20 14:27:20 +02:00
startLine: 113
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: Returns all of the keys that are registered for localization for a given <xref href="TinyLife.LnCategory" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static IEnumerable<string> GetKeys(LnCategory category)
parameters:
- id: category
type: TinyLife.LnCategory
description: The localization category
return:
type: System.Collections.Generic.IEnumerable{System.String}
description: A set of keys
content.vb: Public Shared Function GetKeys(category As LnCategory) As IEnumerable(Of String)
overload: TinyLife.Localization.GetKeys*
references:
- uid: TinyLife
commentId: N:TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2021-08-04 06:51:12 +02:00
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
- uid: System.Collections.Generic.Dictionary{System.String,System.String}
commentId: T:System.Collections.Generic.Dictionary{System.String,System.String}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<string, string>
nameWithType: Dictionary<string, string>
fullName: System.Collections.Generic.Dictionary<string, string>
2021-08-04 06:51:12 +02:00
nameWithType.vb: Dictionary(Of String, String)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Collections.Generic.Dictionary(Of String, String)
2021-08-04 06:51:12 +02:00
name.vb: Dictionary(Of String, String)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2021-08-04 06:51:12 +02:00
- name: <
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2021-08-04 06:51:12 +02:00
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2021-08-04 06:51:12 +02:00
- name: <
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TValue
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Goals.Project
commentId: T:TinyLife.Goals.Project
parent: TinyLife.Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.Project.html
2023-10-11 16:05:32 +02:00
name: Project
nameWithType: Project
fullName: TinyLife.Goals.Project
2024-01-07 16:53:47 +01:00
- uid: System.Collections.Generic.Dictionary{TinyLife.NameCategory,System.Collections.Generic.List{System.String}}
commentId: T:System.Collections.Generic.Dictionary{TinyLife.NameCategory,System.Collections.Generic.List{System.String}}
2021-08-04 06:51:12 +02:00
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2024-01-07 16:53:47 +01:00
name: Dictionary<NameCategory, List<string>>
nameWithType: Dictionary<NameCategory, List<string>>
fullName: System.Collections.Generic.Dictionary<TinyLife.NameCategory, System.Collections.Generic.List<string>>
nameWithType.vb: Dictionary(Of NameCategory, List(Of String))
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.NameCategory, System.Collections.Generic.List(Of String))
name.vb: Dictionary(Of NameCategory, List(Of String))
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2021-08-04 06:51:12 +02:00
- name: <
2023-10-11 16:05:32 +02:00
- uid: TinyLife.NameCategory
name: NameCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.NameCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2024-01-07 16:53:47 +01:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
2021-08-04 06:51:12 +02:00
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2024-01-07 16:53:47 +01:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
2023-10-11 16:05:32 +02:00
- uid: TinyLife.NameCategory
name: NameCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.NameCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2024-01-07 16:53:47 +01:00
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
2021-08-04 06:51:12 +02:00
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Goals
commentId: N:TinyLife.Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-10-11 16:05:32 +02:00
name: TinyLife.Goals
nameWithType: TinyLife.Goals
fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-10-11 16:05:32 +02:00
- name: .
- uid: TinyLife.Goals
name: Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.html
2023-10-11 16:05:32 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-10-11 16:05:32 +02:00
- name: .
- uid: TinyLife.Goals
name: Goals
2024-01-07 16:53:47 +01:00
href: TinyLife.Goals.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Localization.SetLanguage*
commentId: Overload:TinyLife.Localization.SetLanguage
2024-01-07 16:53:47 +01:00
href: TinyLife.Localization.html#TinyLife_Localization_SetLanguage_System_String_
2021-08-04 06:51:12 +02:00
name: SetLanguage
nameWithType: Localization.SetLanguage
fullName: TinyLife.Localization.SetLanguage
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
2022-12-20 14:00:15 +01:00
- uid: TinyLife.Localization.SetLanguage(System.String)
commentId: M:TinyLife.Localization.SetLanguage(System.String)
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Localization.html#TinyLife_Localization_SetLanguage_System_String_
2023-03-30 18:07:55 +02:00
name: SetLanguage(string)
nameWithType: Localization.SetLanguage(string)
fullName: TinyLife.Localization.SetLanguage(string)
nameWithType.vb: Localization.SetLanguage(String)
fullName.vb: TinyLife.Localization.SetLanguage(String)
name.vb: SetLanguage(String)
spec.csharp:
- uid: TinyLife.Localization.SetLanguage(System.String)
name: SetLanguage
2024-01-07 16:53:47 +01:00
href: TinyLife.Localization.html#TinyLife_Localization_SetLanguage_System_String_
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
spec.vb:
- uid: TinyLife.Localization.SetLanguage(System.String)
name: SetLanguage
2024-01-07 16:53:47 +01:00
href: TinyLife.Localization.html#TinyLife_Localization_SetLanguage_System_String_
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
2022-12-20 14:00:15 +01:00
- uid: TinyLife.Localization.Reload*
commentId: Overload:TinyLife.Localization.Reload
2024-01-07 16:53:47 +01:00
href: TinyLife.Localization.html#TinyLife_Localization_Reload
2022-12-20 14:00:15 +01:00
name: Reload
nameWithType: Localization.Reload
fullName: TinyLife.Localization.Reload
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Localization.Get*
commentId: Overload:TinyLife.Localization.Get
2024-01-07 16:53:47 +01:00
href: TinyLife.Localization.html#TinyLife_Localization_Get_TinyLife_LnCategory_System_String_
2021-08-04 06:51:12 +02:00
name: Get
nameWithType: Localization.Get
fullName: TinyLife.Localization.Get
- uid: TinyLife.LnCategory
commentId: T:TinyLife.LnCategory
parent: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.LnCategory.html
2021-08-04 06:51:12 +02:00
name: LnCategory
nameWithType: LnCategory
fullName: TinyLife.LnCategory
- uid: System.String.Format(System.IFormatProvider,System.String,System.Object)
commentId: M:System.String.Format(System.IFormatProvider,System.String,System.Object)
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string.format#system-string-format(system-iformatprovider-system-string-system-object)
name: Format(IFormatProvider, string, object)
nameWithType: string.Format(IFormatProvider, string, object)
fullName: string.Format(System.IFormatProvider, string, object)
nameWithType.vb: String.Format(IFormatProvider, String, Object)
fullName.vb: String.Format(System.IFormatProvider, String, Object)
name.vb: Format(IFormatProvider, String, Object)
spec.csharp:
- uid: System.String.Format(System.IFormatProvider,System.String,System.Object)
name: Format
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string.format#system-string-format(system-iformatprovider-system-string-system-object)
- name: (
- uid: System.IFormatProvider
name: IFormatProvider
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iformatprovider
- name: ','
- name: " "
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.String.Format(System.IFormatProvider,System.String,System.Object)
name: Format
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string.format#system-string-format(system-iformatprovider-system-string-system-object)
- name: (
- uid: System.IFormatProvider
name: IFormatProvider
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iformatprovider
- name: ','
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
2021-08-04 06:51:12 +02:00
- uid: System.Object[]
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object[]
nameWithType: object[]
fullName: object[]
2021-08-04 06:51:12 +02:00
nameWithType.vb: Object()
2023-03-30 18:07:55 +02:00
fullName.vb: Object()
2021-08-04 06:51:12 +02:00
name.vb: Object()
spec.csharp:
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: '['
- name: ']'
2021-08-04 06:51:12 +02:00
spec.vb:
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Localization.GetKeys*
commentId: Overload:TinyLife.Localization.GetKeys
2024-01-07 16:53:47 +01:00
href: TinyLife.Localization.html#TinyLife_Localization_GetKeys_TinyLife_LnCategory_
2021-08-04 06:51:12 +02:00
name: GetKeys
nameWithType: Localization.GetKeys
fullName: TinyLife.Localization.GetKeys
- uid: System.Collections.Generic.IEnumerable{System.String}
commentId: T:System.Collections.Generic.IEnumerable{System.String}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<string>
nameWithType: IEnumerable<string>
fullName: System.Collections.Generic.IEnumerable<string>
2021-08-04 06:51:12 +02:00
nameWithType.vb: IEnumerable(Of String)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Collections.Generic.IEnumerable(Of String)
2021-08-04 06:51:12 +02:00
name.vb: IEnumerable(Of String)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )